diff --git a/anyrun/plugins/libapplications.so b/anyrun/plugins/libapplications.so index 46960c0..69283f3 100755 Binary files a/anyrun/plugins/libapplications.so and b/anyrun/plugins/libapplications.so differ diff --git a/anyrun/plugins/librink.so b/anyrun/plugins/librink.so index 6d6d54f..2fd1212 100755 Binary files a/anyrun/plugins/librink.so and b/anyrun/plugins/librink.so differ diff --git a/anyrun/plugins/libshell.so b/anyrun/plugins/libshell.so index 10f7475..6ed2c7e 100755 Binary files a/anyrun/plugins/libshell.so and b/anyrun/plugins/libshell.so differ diff --git a/anyrun/plugins/libsymbols.so b/anyrun/plugins/libsymbols.so index a8818e2..823cee3 100755 Binary files a/anyrun/plugins/libsymbols.so and b/anyrun/plugins/libsymbols.so differ diff --git a/anyrun/plugins/libtranslate.so b/anyrun/plugins/libtranslate.so index f9701c2..6c201b8 100755 Binary files a/anyrun/plugins/libtranslate.so and b/anyrun/plugins/libtranslate.so differ diff --git a/environment.d/envvars.conf b/environment.d/envvars.conf index 690bb0e..1e1c535 100644 --- a/environment.d/envvars.conf +++ b/environment.d/envvars.conf @@ -14,3 +14,4 @@ TEXMFHOME=$HOME/.texmf PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/.local/bin:$HOME/.cargo/bin:$PATH EDITOR=nvim SUDO_EDITOR=nvim +RADV_PERFTEST=gpl diff --git a/eww_desktop/eww.scss b/eww_desktop/eww.scss index 5e15c2f..8bb87fe 100644 --- a/eww_desktop/eww.scss +++ b/eww_desktop/eww.scss @@ -1,7 +1,7 @@ * { all: unset; - font-family: feather; - font-family: DaddyTimeMono Nerd Font; + // font-family: feather; + font-family: JetBrainsMono Nerd Font; } /** General **/ @@ -30,62 +30,62 @@ tooltip label { .clock_time_sep { font-size: 20; - color: #bfc9db; + color: #71BBE6; margin: 0px 0px 1px 0px; } .clock_time_class, .clock_minute_class { - font-size: 24; + font-size: 20; } .clock_date_class { - font-size: 21; + font-size: 20; margin: 0px 5px 0px 5px; - color: #d7beda; + color: #71BBE6; } .clock_minute_class { margin: 0px 5px 0px 2px; - color: #bfc9db; + color: #71BBE6; } .clock_time_class { - color: #bfc9db; + color: #71BBE6; font-weight: bold; margin: 0px 0px 0px 8px; } .membar { - color: #e0b089; + color: #71BBE6; background-color: #38384d; border-radius: 10px; } .module_app_text { - font-size: 23; + font-size: 20; margin: 2px 0px 0px 0px; } .bright_icon_overlay { - font-size: 28; - color: #e4c9af; + font-size: 23; + color: #71BBE6; background-size: cover; background-position: center; margin: 0px 27px 0px 3px; } .volume_icon { - font-size: 22; - color: #a1bdce; + font-size: 20; + color: #71BBE6; margin: 0px 5px 0px 0px; } .module-blu { - font-size: 22; - color: #a1bdce; + font-size: 20; + color: #71BBE6; border-radius: 100%; margin: 0px 10px 0px 0px; } .iconmem { - font-size: 23; + font-size: 20; margin: 0px -3px 4px 8px; - color: #e0b089; + color: #71BBE6; } .mem_padding { @@ -93,9 +93,9 @@ tooltip label { } .separ { - color: #3e424f; + color: #71BBE6; font-weight: bold; - font-size: 22px; + font-size: 20px; margin: 0px 0px 0px 0px; } @@ -116,10 +116,11 @@ scale trough { } .works { - font-size: 27px; + font-size: 22px; font-weight: normal; margin: 0px 0px 0px 15px; background-color: #111017; + color: #71BBE6; } .0, @@ -140,7 +141,7 @@ scale trough { /* Unoccupied */ .0 { - color: #3e424f; + color: #71BBE6; } /* Occupied */ @@ -150,7 +151,7 @@ scale trough { .04, .05, .06 { - color: #bfc9db; + color: #71BBE6; } /* Focused */ @@ -160,7 +161,7 @@ scale trough { .044, .055, .066 { - color: #a1bdce; + color: #71BBE6; } .song_cover_art { @@ -196,14 +197,14 @@ scale trough { } calender { - color: #bfc9db; + color: #71BBE6; } calendar:selected { - color: #a1bdce; + color: #71BBE6; } calendar.header { - color: #a1bdce; + color: #71BBE6; font-weight: bold; } @@ -231,11 +232,13 @@ calendar:indeterminate { margin: 5px 0px 0px 25px; } .sys_text_mem { + color: #71BBE6; font-size: 21; font-weight: bold; margin: 14px 0px 0px 25px; } .sys_icon_mem { + color: #71BBE6; font-size: 30; margin: 30px; } @@ -245,14 +248,14 @@ calendar:indeterminate { } .sys_mem { - color: #e4c9af; + color: #71BBE6; background-color: #38384d; border-radius: 10px; } .sys_icon_mem, .sys_text_mem { - color: #e4c9af; + color: #71BBE6; } .sys_mem_box { @@ -329,7 +332,7 @@ calendar:indeterminate { } .mic_text { - color: #a1bdce; + color: #71BBE6; font-size: 26px; font-weight: bold; margin: 0px 0px 0px 0px; @@ -421,7 +424,7 @@ calendar:indeterminate { .weather-icon { font-size: 80px; margin: 10px 0px 5px 10px; - font-family: Iosevka; + font-family: JetBrainsMono Nerd Font; } .weather-stat { @@ -508,3 +511,7 @@ calendar:indeterminate { margin: 0px 0px -10px 0px; padding: 0px; } + +.windowname { + color: #71BBE6; +} diff --git a/eww_desktop/eww.yuck b/eww_desktop/eww.yuck index 81080a2..a330875 100644 --- a/eww_desktop/eww.yuck +++ b/eww_desktop/eww.yuck @@ -125,13 +125,13 @@ (label :text "" :class "audio_sep" :halign "center") (box :class "change_audio_box" :halign "center" :spac`e-evenly "false" :hexpand "false" :vexpand "false" (box :class "change_audio" :orientation "v" :halign "left" - (button :onclick "scripts/change-audio internal" "")) + (button :onclick "scripts/change-audio internal" "󰋋")) (box :class "change_audio" :orientation "v" :halign "right" (button :onclick "scripts/change-audio bluetooth" "")) )))) (defwidget cname [] - (literal :content currentName)) + (literal :class "windowname" :content currentName)) ;; calendar ;; (defwidget cal [] @@ -151,7 +151,7 @@ (circular-progress :value memory :class "sys_mem" :thickness 9 - (label :text "" + (label :text "" :class "sys_icon_mem" :limit-width 2 :show_truncated false @@ -185,17 +185,17 @@ (box :orientation "v" (box :class "cockpit_box" :orientation "v" (box - (button :class "cockpit_button_shutdown" :onclick "hyprctl dispatch exec 'shutdown now'" "") - (button :class "cockpit_button_restart" :onclick "hyprctl dispatch exec reboot" "") - (button :class "cockpit_button_sleep" :onclick "hyprctl dispatch exec 'playerctl -a pause & swaylock -c 000000 & systemctl suspend'" "")) + (button :class "cockpit_button_shutdown" :onclick "hyprctl dispatch exec 'shutdown now'" "") + (button :class "cockpit_button_restart" :onclick "hyprctl dispatch exec reboot" "") + (button :class "cockpit_button_sleep" :onclick "hyprctl dispatch exec 'playerctl -a pause & swaylock -c 000000 & systemctl suspend'" "⏾")) (label :text "" :class "audio_sep" :halign "center") (box - (button :class "cockpit_button_settings" :onclick "hyprctl dispatch exec 'pavucontrol'" "") + (button :class "cockpit_button_settings" :onclick "hyprctl dispatch exec 'pavucontrol'" "") (button :class "cockpit_button_settings" :onclick "scripts/change-audio bluetooth" ""))) (box :class "cockpit_box" :orientation "v" - (button :class "cockpit_docs" :onclick "hyprctl dispatch exec nautilus $HOME/Documents" "Documents ") + (button :class "cockpit_docs" :onclick "hyprctl dispatch exec nautilus $HOME/Documents" "Documents ") (label :text "" :class "cockpit_sep_top" :halign "center") - (button :class "cockpit_pics" :onclick "hyprctl dispatch exec nautilus $HOME/Pictures" "Pictures ") + (button :class "cockpit_pics" :onclick "hyprctl dispatch exec nautilus $HOME/Pictures" "Pictures ") (label :text "" :class "cockpit_sep_bottom" :halign "center") (button :class "cockpit_gits" :onclick "hyprctl dispatch exec 'alacritty --working-directory $HOME/gits'" "gits "))) (box :orientation "v" @@ -305,9 +305,9 @@ (defwindow bar :monitor 0 :geometry (geometry :x "0%" - :y "1px" - :width "3417px" - :height "20px" + :y "0px" + :width "3440px" + :height "10px" :anchor "top center") :stacking "bottom" :wm-ignore false diff --git a/fish/config.fish b/fish/config.fish index e8fe466..30d48af 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -24,6 +24,7 @@ alias g+='bear -- g++ -Wextra -Werror -std=c++20' alias s="kitty +kitten ssh" alias zl='z "" ' alias jo='joshuto' +alias nv='neovide --novsync' # pwd based on the value of _ZO_RESOLVE_SYMLINKS. function __zoxide_pwd diff --git a/hypr_desktop/hyprland.conf b/hypr_desktop/hyprland.conf index 65f4693..64aad87 100644 --- a/hypr_desktop/hyprland.conf +++ b/hypr_desktop/hyprland.conf @@ -38,8 +38,8 @@ input { general { sensitivity=1.0 # for mouse cursor - gaps_in=5 - gaps_out=10 + gaps_in=3 + gaps_out=5 border_size=3 col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg col.inactive_border=0x66333333 @@ -49,7 +49,7 @@ general { } decoration { - rounding=10 + rounding=4 blur=1 blur_size=3 # minimum 1 blur_passes=1 # minimum 1 @@ -91,7 +91,7 @@ misc { # example window rules # for windows named/classed as abc and xyz windowrule=tile,^(.*)(Spotify)(.*)$ -windowrule=float,^(.*)(Steam)(.*)$ +# windowrule=float,^(.*)(Steam)(.*)$ windowrule=float,^(.*)(OxiCalc)(.*)$ windowrule=float,^(.*)(winecfg.exe)(.*)$ windowrule=float,^(.*)(speed.exe)(.*)$ @@ -113,7 +113,7 @@ bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-4semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f - bind=SUPER,F,exec,firefox -bind=SUPER,T,exec,kitty +bind=SUPER,T,exec,kitty -1 bind=SUPER,Q,killactive, bind=SUPER,M,exit, bind=SUPER,E,exec,nautilus --new-window @@ -190,14 +190,14 @@ bindm=SUPER,mouse:273,resizewindow #binds for debug testing -bind=SUPERALT,H,pass,^(wlroots)$ -bind=SUPERALT,J,pass,^(wlroots)$ - -bind=SUPERALT,left,pass,^(wlroots)$ -bind=SUPERALT,right,pass,^(wlroots)$ -bind=SUPERALT,up,pass,^(wlroots)$ -bind=SUPERALT,down,pass,^(wlroots)$ -bind=CTRLALT,P,pass,^(parcellite)$ +# bind=SUPERALT,H,pass,^(wlroots)$ +# bind=SUPERALT,J,pass,^(wlroots)$ +# +# bind=SUPERALT,left,pass,^(wlroots)$ +# bind=SUPERALT,right,pass,^(wlroots)$ +# bind=SUPERALT,up,pass,^(wlroots)$ +# bind=SUPERALT,down,pass,^(wlroots)$ +# bind=CTRLALT,P,pass,^(parcellite)$ #autostart programs diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 5f7abbf..9f0a359 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -4,6 +4,12 @@ background_opacity 0.8 cursor_blink_interval 0 window_padding_width 1 shell_integration yes +sync_with_monitor no + +font_family JetBrainsMono Nerd Font Mono +bold_font JetBrainsMono Nerd Font Mono Extra Bold +italic_font JetBrainsMono Nerd Font Mono Extra Italic +bold_italic_font JetBrainsMono Nerd Font Mono Extra Bold Italic background #1a1b25 foreground #c5c8c6 diff --git a/neovide_backtraces.log b/neovide_backtraces.log new file mode 100644 index 0000000..8aa1328 --- /dev/null +++ b/neovide_backtraces.log @@ -0,0 +1,63 @@ +2023-04-08 14:34:20 - Neovide panicked with the message 'Could not parse event from neovim: invalid string format []'. (File: src/error_handling.rs; Line: 5, Column: 5) + 0: + 1: + 2: + 3: + 4: + 5: + 6: + 7: + 8: + 9: + 10: + 11: + 12: + 13: + 14: + 15: + 16: + 17: + 18: + +2023-04-08 14:35:20 - Neovide panicked with the message 'Could not parse event from neovim: invalid string format []'. (File: src/error_handling.rs; Line: 5, Column: 5) + 0: + 1: + 2: + 3: + 4: + 5: + 6: + 7: + 8: + 9: + 10: + 11: + 12: + 13: + 14: + 15: + 16: + 17: + 18: + +2023-04-08 14:36:43 - Neovide panicked with the message 'Could not parse event from neovim: invalid string format []'. (File: src/error_handling.rs; Line: 5, Column: 5) + 0: + 1: + 2: + 3: + 4: + 5: + 6: + 7: + 8: + 9: + 10: + 11: + 12: + 13: + 14: + 15: + 16: + 17: + 18: + diff --git a/neovide_r2023-04-08_16-36-38.restart-0000.log b/neovide_r2023-04-08_16-36-38.restart-0000.log new file mode 100644 index 0000000..48096a4 --- /dev/null +++ b/neovide_r2023-04-08_16-36-38.restart-0000.log @@ -0,0 +1,3112 @@ +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "130", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "130", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "132", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "132", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "132", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 48 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 47 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 44 │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 40 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 39 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 38 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 33 │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 18 │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 123 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 45 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 44 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 41 │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 37 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 36 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 15 │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 120 +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "7", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "6", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "132", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "134", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "134", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "134", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 'das +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: hie'" +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 42 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 41 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 33 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 12 │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 117 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 72% 117:6  +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 132 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 5/2044 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 134 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 7/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 6/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 10, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "117 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 61, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 50, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 50, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 49, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 49, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 49, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 49, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 49, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "3", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "134", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "136", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "136", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "136", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 136 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 4/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 3/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "7", highlight_id: Some(429), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "136", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "137", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "137", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "137", window_left: 60, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8/2044", window_left: 63, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 137 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "137", window_left: 60, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 63, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1396", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1395", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1396", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1396 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: /2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1395 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1395", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1425", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1424", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1425", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1425 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1424 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: Some(429), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1424", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(6", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1475", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1474", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1475", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1475 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (7 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1474 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1474", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1475", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1474", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1475", window_left: 60, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2044", window_left: 64, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1474", window_left: 60, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "/2048", window_left: 64, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1502/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1501/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1502/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::renderer::fonts::caching_shaper] Shaping text: 1502/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1501/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1501/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1528/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1525/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1528/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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: 1528/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1525/ +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1525/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1551/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1549/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1551/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1551/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1549/ +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠏", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠏", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1549/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1551/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1549/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1551/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 63, cells: [GridLineCell { text: "8", highlight_id: Some(451), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1549/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1558/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1559/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1558/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1558/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1559/ +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠋", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠋", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1559/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1570/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1571/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1570/", window_left: 60, window_top: 55, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2044", window_left: 65, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::renderer::fonts::caching_shaper] Shaping text: 1570/ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1571/ +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1571/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1597/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1597/2 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 044 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠙", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1571/", window_left: 60, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2048", window_left: 65, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1597/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1599/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1597/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1599/2 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1599/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1626/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1626/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1626/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::renderer::fonts::caching_shaper] Shaping text: 1626/2 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1626/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(7", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1650/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1653/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1650/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::renderer::fonts::caching_shaper] Shaping text: 1650/2 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (8 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1653/2 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(429), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1653/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1670/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1674/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1670/2", window_left: 60, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "044", window_left: 66, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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: 1670/2 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1674/2 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1674/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1738/20", window_left: 60, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "44", window_left: 67, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1674/2", window_left: 60, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "048", window_left: 66, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1738/20", window_left: 60, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "44", window_left: 67, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::renderer::fonts::caching_shaper] Shaping text: 1738/20 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 44 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1752/20", window_left: 60, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "48", window_left: 67, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1738/20", window_left: 60, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "44", window_left: 67, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1752/20 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 48 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "8", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "8", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1752/20", window_left: 60, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "48", window_left: 67, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1809/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1815/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1809/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1809/204 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1815/204 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "3", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1815/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1825/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1830/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1825/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1825/204 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1830/204 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "5", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1830/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(8", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1849/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1851/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1849/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1849/204 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (9 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1851/204 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1851/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1874/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1878/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1874/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1874/204 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1878/204 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "8", highlight_id: Some(451), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 65.0, bottom_line: 123.0, current_line: 116.0, current_column: 5.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1878/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (11, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1886/204 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1891/204 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Scroll { direction: "up", grid_id: 1, position: (18, 32), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 62.0, bottom_line: 120.0, current_line: 113.0, current_column: 26.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "s", highlight_id: Some(87), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(52) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(96), repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(45) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "Q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(26) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(43) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(42) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(17) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(15) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(87), repeat: Some(2) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(55) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(57) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(61) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "L", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(33) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: "0", highlight_id: Some(112), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(22) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(7) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(60) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(48) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(96), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(55) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(425), repeat: None }, GridLineCell { text: " ", highlight_id: Some(155), repeat: None }, GridLineCell { text: "t", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(112), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: Some(111), repeat: Some(2) }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(61) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 0, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(32) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 1, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 2, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 2, cells: [GridLineCell { text: "1", highlight_id: Some(111), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 2, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(61) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 62.0, bottom_line: 120.0, current_line: 113.0, current_column: 26.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(CursorGoto { grid: 1, row: 51, column: 32 }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 84, cells: [GridLineCell { text: "0", highlight_id: Some(184), repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(184), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 62.0, bottom_line: 120.0, current_line: 113.0, current_column: 26.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ │ ", window_left: 2, window_top: 4, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 4, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 4, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ │ ", window_left: 2, window_top: 3, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 3, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 3, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 3, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 2, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 2, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ │ │ ", window_left: 2, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 5, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 5, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ │ ", window_left: 2, window_top: 3, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 3, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 3, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 3, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ │ │ │ ", window_left: 2, window_top: 6, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 6, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 6, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 6, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 6, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ │ │ ", window_left: 2, window_top: 7, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 7, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ │ │ ", window_left: 2, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 8, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 8, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 9, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 9, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 9, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 10, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 10, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 10, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 10, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 10, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 10, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 10, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 11, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 12, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 13, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 14, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 14, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 14, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 14, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 14, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 15, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 16, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 17, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 18, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 18, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 18, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 18, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 18, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 18, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 20, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 21, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 21, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 22, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ ", window_left: 2, window_top: 23, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 23, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ ", window_left: 2, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 24, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ ", window_left: 2, window_top: 25, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 25, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ ", window_left: 2, window_top: 26, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 26, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ ", window_left: 2, window_top: 27, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 27, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 28, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 28, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ ", window_left: 2, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 29, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 29, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 30, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 31, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 31, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 32, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 32, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ ", window_left: 2, window_top: 33, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 33, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 33, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 34, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 34, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 35, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 35, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 36, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 36, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 36, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 36, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 36, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 37, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 37, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 37, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 37, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 37, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 37, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 38, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ ", window_left: 2, window_top: 39, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 39, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 39, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 40, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 44, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 44, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 45, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 45, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 45, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 45, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 47, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 47, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 48, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 48, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 49, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 49, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 49, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 49, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 49, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 50, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 50, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "117 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 61, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jbyuki/instant.nvim\"", window_left: 10, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 54, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 55, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "117 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "instant_username", window_left: 27, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 44, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'das", window_left: 45, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hie'\"", window_left: 50, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "117 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ │ ", window_left: 2, window_top: 1, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 1, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 1, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 1, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 1, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 1, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 1, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 0, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 0, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 2, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 2, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 1, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 0, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 0, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ │ ", window_left: 2, window_top: 3, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 3, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 3, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 3, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 2, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 2, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 2, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 1, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 3, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 3, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 3, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 3, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 2, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 2, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 2, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 3, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 3, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 3, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 3, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 3, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "117 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 72% 117:6 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1886/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (32, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 70% 114:27 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (32, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 61, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 61, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 62.0, bottom_line: 120.0, current_line: 113.0, current_column: 26.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1891/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 70% 114:27 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (32, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 39 │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 38 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 35 │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 30 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 9 │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 114 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 70% 114:27  +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1900/204 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Scroll { direction: "up", grid_id: 1, position: (18, 32), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 62.0, bottom_line: 120.0, current_line: 113.0, current_column: 26.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (32, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 59.0, bottom_line: 117.0, current_line: 110.0, current_column: 18.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(32) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "s", highlight_id: Some(87), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(52) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(96), repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(45) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "Q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(26) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(43) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(42) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(17) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(15) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(87), repeat: Some(2) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(55) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(57) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(61) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "L", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(33) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: "0", highlight_id: Some(112), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(22) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(7) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(60) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(48) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: Some(111), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(96), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(32) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(112), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(21) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 0, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 1, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 2, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 2, cells: [GridLineCell { text: "1", highlight_id: Some(111), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(48) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 2, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 59.0, bottom_line: 117.0, current_line: 110.0, current_column: 18.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(CursorGoto { grid: 1, row: 51, column: 24 }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 83, cells: [GridLineCell { text: "6", highlight_id: Some(184), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(184), repeat: Some(3) }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 59.0, bottom_line: 117.0, current_line: 110.0, current_column: 18.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 4, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 4, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 4, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 4, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 4, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 4, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 3, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 3, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 2, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 2, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 2, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 5, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 5, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 3, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 3, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 6, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 7, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 7, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 7, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 8, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 8, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 8, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 9, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 9, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 9, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 9, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 9, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 10, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 10, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 11, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 11, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 12, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 12, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 12, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 12, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 13, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 13, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 13, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 13, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 13, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 13, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 15, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 16, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 17, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 17, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 17, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 17, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 17, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 18, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 18, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 20, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 21, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 21, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 21, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 21, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 21, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 23, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 24, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 24, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 24, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 24, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 25, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 26, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 26, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 27, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 28, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 28, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 29, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 29, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 30, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 30, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 31, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 31, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 31, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 32, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 32, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 32, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 33, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 34, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 35, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 35, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 36, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 36, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 36, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 37, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 37, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 38, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 38, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 39, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 39, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 40, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 40, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 40, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 41, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 42, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 42, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 42, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 43, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 44, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 46, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 46, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 47, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 48, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 48, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 48, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 48, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 48, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 48, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 50, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 50, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 51, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 51, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 52, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 52, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 52, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 52, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 53, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 53, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 53, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 70% 114:27 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 1, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 0, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 0, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 2, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 2, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 2, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 1, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 0, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 0, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 3, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 3, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 2, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 1, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 3, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 3, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 2, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 3, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 3, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "114 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 70% 114:27 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (24, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 68% 111:19 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (24, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 32 │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 111 +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 59.0, bottom_line: 117.0, current_line: 110.0, current_column: 18.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 68% 111:19 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (24, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 68% 111:19  +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Scroll { direction: "up", grid_id: 1, position: (18, 32), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 56.0, bottom_line: 114.0, current_line: 107.0, current_column: 3.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(32) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "s", highlight_id: Some(87), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(52) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(96), repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(45) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "Q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(26) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(43) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(42) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(17) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(15) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(87), repeat: Some(2) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(55) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(57) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(61) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "L", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(33) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: "0", highlight_id: Some(112), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(22) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(7) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(60) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: Some(111), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(48) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 0, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 1, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 2, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 2, cells: [GridLineCell { text: "1", highlight_id: Some(111), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 2, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(48) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 56.0, bottom_line: 114.0, current_line: 107.0, current_column: 3.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(CursorGoto { grid: 1, row: 51, column: 9 }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 84, cells: [GridLineCell { text: "7", highlight_id: Some(184), repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 56.0, bottom_line: 114.0, current_line: 107.0, current_column: 3.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 4, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 4, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 3, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 2, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 5, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 5, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 5, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 5, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 3, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 6, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 6, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 6, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 6, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 6, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 6, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 6, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 7, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 7, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 7, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 7, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 7, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 7, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 8, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 8, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 8, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 9, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 10, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 10, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 10, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 11, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 11, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 11, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 12, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 12, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 12, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 12, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 13, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 13, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 13, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 14, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 14, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 15, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 15, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 15, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 15, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 16, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 16, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 16, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 16, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 16, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 16, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 16, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 17, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 18, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 19, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 20, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 20, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 20, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 20, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 20, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 21, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 21, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 22, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 22, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 23, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 24, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 24, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 24, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 24, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 24, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 24, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 24, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 26, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 27, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 27, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 27, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 27, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 28, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 29, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 29, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 30, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 30, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 31, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 31, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 32, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 32, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 33, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 33, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 34, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 34, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 34, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 35, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 35, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 35, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 36, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 37, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 38, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 38, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 39, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 39, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 39, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 39, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 40, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 40, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 41, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 41, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 42, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 42, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 42, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 42, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 43, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 43, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 43, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 43, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 44, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 45, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 45, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 45, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 46, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 47, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 47, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 49, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 49, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 50, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 50, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 51, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 53, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"rcarriga/nvim-notify\"", window_left: 10, window_top: 54, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 32, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 54, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "opts", window_left: 10, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 55, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 55, width: 1, style: None }, LineFragment { text: "{", window_left: 17, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 55, width: 32, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "top_down", window_left: 12, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 56, width: 1, style: None }, LineFragment { text: "=", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 1, style: None }, LineFragment { text: "false", window_left: 23, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 28, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 56, width: 21, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 68% 111:19 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 1, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 0, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 0, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 0, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 0, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 0, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 2, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 1, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 1, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 0, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 0, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 0, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 0, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 0, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 0, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 3, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 2, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 2, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 2, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 1, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 1, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 3, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 2, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 2, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 2, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 3, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "111 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ ", window_left: 6, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 68% 111:19 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (9, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 67% 108:4 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (9, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 24 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 108 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 67% 108:4  +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 56.0, bottom_line: 114.0, current_line: 107.0, current_column: 3.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (9, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: (",", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Scroll { direction: "up", grid_id: 1, position: (18, 32), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: Some(104), repeat: Some(2) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(32) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(112), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "r", highlight_id: Some(102), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "s", highlight_id: Some(87), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(52) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(96), repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(45) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "Q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(26) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(43) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(42) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(17) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "z", highlight_id: Some(96), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(102), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(156), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "p", highlight_id: Some(96), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(15) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "<", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "a", highlight_id: Some(96), repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "z", highlight_id: Some(156), repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(87), repeat: Some(2) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(55) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(57) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(61) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "L", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(40) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(33) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: "0", highlight_id: Some(112), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(22) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(7) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(60) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: Some(111), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(41) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(429), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 0, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 1, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 2, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 4, cells: [GridLineCell { text: "6", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 2, cells: [GridLineCell { text: "1", highlight_id: Some(111), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 2, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 4, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 4, cells: [GridLineCell { text: "5", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(CursorGoto { grid: 1, row: 51, column: 37 }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 84, cells: [GridLineCell { text: "5", highlight_id: Some(184), repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 4, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 2, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 2, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 2, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 5, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 5, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 6, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 6, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 7, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 7, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 7, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 7, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 7, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 8, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 8, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 8, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 8, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 9, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 9, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 9, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 9, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 9, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 9, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 10, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 10, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 10, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 10, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 10, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 10, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 11, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 11, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 11, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 12, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 13, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 13, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 13, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 14, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 14, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 14, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 14, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 15, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 15, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 15, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 15, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 15, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 15, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 16, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 16, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 16, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 17, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 18, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 18, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 19, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 19, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 19, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 19, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 19, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 19, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 19, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 20, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 20, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 21, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 22, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 22, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 22, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 23, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 23, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 23, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 23, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 24, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 24, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 24, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 25, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 25, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 26, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 27, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 27, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 27, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 27, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 27, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 27, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 27, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 29, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 30, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 30, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 30, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 30, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 31, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 32, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 32, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 33, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 33, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 34, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 34, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 35, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 35, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 36, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 36, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 37, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 37, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 37, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 38, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 38, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 39, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 40, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 41, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 41, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 42, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 42, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 42, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 42, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 43, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 43, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 44, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 44, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 44, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 44, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 45, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 45, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 45, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 45, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 46, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 46, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 46, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 47, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 48, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 48, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 48, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 49, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 50, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 50, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 52, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 53, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "diabled", window_left: 10, window_top: 54, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 1, style: None }, LineFragment { text: "=", window_left: 18, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 54, width: 1, style: None }, LineFragment { text: "true", window_left: 20, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 24, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 54, width: 48, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 55, width: 40, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 56, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 67% 108:4 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 1, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 1, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 1, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 1, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ ", window_left: 2, window_top: 0, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 0, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 2, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 2, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 2, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 2, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 2, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 1, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ ", window_left: 2, window_top: 0, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 0, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 51 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"nvim-telescope/telescope-file-browser.nvim\"", window_left: 10, window_top: 2, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 54, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 2, width: 18, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 1, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"nvim-telescope/telescope-file-browser.nvim\"", window_left: 10, window_top: 2, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 54, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 2, width: 18, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "105 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ │ │ ", window_left: 6, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "105 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ │ │ ", window_left: 6, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "108 ", window_left: 2, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 67% 108:4 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠏", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠏", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 29 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 21 │ │ │ │ │ │ │ │ │ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 105 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 65% 105:32  +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: l +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 12, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠋", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠋", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "105 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ │ ", window_left: 6, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 63, cells: [GridLineCell { text: "3", highlight_id: Some(451), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 63, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1900/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1903/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1902/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1903/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1903/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1902/204 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "1", highlight_id: Some(451), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1902/204", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1916/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1916/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1916/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1916/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1916/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1916/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1929/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1928/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1929/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1929/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1928/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1928/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1929/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1928/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1929/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "3", highlight_id: Some(451), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "3", highlight_id: Some(451), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1928/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1938/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1937/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1938/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::renderer::fonts::caching_shaper] Shaping text: 1938/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1937/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "6", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1937/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1961/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1960/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1961/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::renderer::fonts::caching_shaper] Shaping text: 1961/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1960/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1960/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1975/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1974/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1975/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::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::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::renderer::fonts::caching_shaper] Shaping text: 1975/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1974/2048 +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(3) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "9", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(2) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠼", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1974/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "6", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2000/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1999/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2000/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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: 2000/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 1999/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 55, column_start: 63, cells: [GridLineCell { text: "8", highlight_id: Some(451), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1999/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::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::renderer::fonts::caching_shaper] Shaping text: 2008/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2008/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠴", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠼", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠦", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2008/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠴", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2021/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2020/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2021/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::renderer::fonts::caching_shaper] Shaping text: 2021/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2020/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 55, column_start: 63, cells: [GridLineCell { text: "3", highlight_id: Some(451), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 63, cells: [GridLineCell { text: "2", highlight_id: Some(451), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2020/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2023/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2022/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2023/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::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: 2023/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2022/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠧", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2022/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠦", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2023/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2022/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2023/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 55, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: Some(451), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 62, cells: [GridLineCell { text: "4", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2022/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2043/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2040/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2043/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::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::renderer::fonts::caching_shaper] Shaping text: 2043/2044 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2040/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠇", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2040/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠧", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2043/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2040/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2043/2044", window_left: 60, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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(HighlightAttributesDefine { id: 455, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 50, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(23) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 63, cells: [GridLineCell { text: "7", highlight_id: Some(451), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "⠏", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2040/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠇", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ~ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ✔ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 2047/2048 +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠋", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠙", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 104.0, current_column: 31.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (37, 51), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("l", Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(MouseButton { button: "left", action: "press", grid_id: 1, position: (9, 8), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 0, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 1, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 2, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 3, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 4, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 5, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 6, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 7, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 2, cells: [GridLineCell { text: "6", highlight_id: Some(111), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(111), repeat: Some(2) }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(161), repeat: None }, GridLineCell { text: " ", highlight_id: Some(1), repeat: Some(64) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 10, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 11, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 13, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 14, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 15, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 16, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 3, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 18, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 19, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 3, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 4, cells: [GridLineCell { text: "0", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 4, cells: [GridLineCell { text: "1", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 4, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 4, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 3, cells: [GridLineCell { text: "2", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(161), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 3, cells: [GridLineCell { text: "3", highlight_id: Some(106), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 2, cells: [GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 3, cells: [GridLineCell { text: "4", highlight_id: Some(106), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(CursorGoto { grid: 1, row: 8, column: 8 }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 83, cells: [GridLineCell { text: "3", highlight_id: Some(184), repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(184), repeat: Some(2) }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 50 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 1, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 0, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 0, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 49 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"nvim-telescope/telescope-file-browser.nvim\"", window_left: 10, window_top: 2, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 54, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 2, width: 18, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 1, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 0, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 0, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 0, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 0, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~/gits/dotFiles/..", window_left: 76, window_top: 0, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 0, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"nvim-telescope/telescope-file-browser.nvim\"", window_left: 10, window_top: 2, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 54, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 2, width: 18, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ ", window_left: 2, window_top: 1, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 1, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 1, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 1, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 80, window_top: 1, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 1, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 2, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"nvim-telescope/telescope-file-browser.nvim\"", window_left: 10, window_top: 2, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 54, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 2, width: 18, style: None }, LineFragment { text: "│", window_left: 73, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 2, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 2, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "anyrun", window_left: 82, window_top: 2, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 2, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 3, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 3, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 3, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 3, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 3, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 3, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 3, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "copyq", window_left: 80, window_top: 3, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 3, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ ", window_left: 2, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 4, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 4, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 4, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 4, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 4, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 4, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 4, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "dunst", window_left: 80, window_top: 4, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 4, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ ", window_left: 2, window_top: 5, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "require", window_left: 12, window_top: 5, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 20, window_top: 5, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 31, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 32, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 33, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 47, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"file_browser\"", window_left: 48, window_top: 5, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 5, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 5, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 5, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "environment.d", window_left: 82, window_top: 5, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 95, window_top: 5, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ ", window_left: 2, window_top: 8, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 6, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 6, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 6, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 6, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 6, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_desktop", window_left: 82, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 6, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "62 ", window_left: 2, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "62 ", window_left: 2, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ ", window_left: 2, window_top: 9, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "105 ", window_left: 2, window_top: 51, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ │ │ ", window_left: 6, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 65% 105:32 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] diff --git a/neovide_rCURRENT.log b/neovide_rCURRENT.log new file mode 100644 index 0000000..21ab024 --- /dev/null +++ b/neovide_rCURRENT.log @@ -0,0 +1,1544 @@ +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 38% 62:3  +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 50, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(23) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 50, cells: [GridLineCell { text: " ", highlight_id: Some(436), repeat: Some(10) }, GridLineCell { text: "2", highlight_id: Some(451), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(436), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: Some(430), repeat: None }, GridLineCell { text: "%", highlight_id: Some(396), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "⠹", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 41, style: None }, LineFragment { text: " ", window_left: 50, window_top: 55, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 50, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: "~", highlight_id: Some(327), repeat: None }, GridLineCell { text: " ", highlight_id: Some(327), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 50, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(23) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: "~", highlight_id: Some(327), repeat: None }, GridLineCell { text: " ", highlight_id: Some(327), repeat: Some(2) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 77, cells: [GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 77, cells: [GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 18, style: None }, LineFragment { text: " ", window_left: 50, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2047/2048", window_left: 60, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.47843137, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 70, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(9", window_left: 71, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.57254905, g: 0.6, b: 0.7294118, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "%)", window_left: 74, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5764706, g: 0.6039216, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 54, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(MouseButton { button: "left", action: "release", grid_id: 1, position: (9, 8), modifier_string: "" }) +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 9, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ │ ", window_left: 2, window_top: 10, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 9, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "62 ", window_left: 2, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 10, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ │ ", window_left: 2, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 10, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 9, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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(GridLine { grid: 1, row: 11, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ │ │ ", window_left: 2, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 2 │ ", window_left: 2, window_top: 10, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lazy", window_left: 10, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 10, width: 1, style: None }, LineFragment { text: "=", window_left: 15, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 10, width: 1, style: None }, LineFragment { text: "true", window_left: 17, window_top: 10, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 10, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 10, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 10, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-3.0", window_left: 80, window_top: 10, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 10, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 12, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +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::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ │ │ ", window_left: 2, window_top: 13, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 12, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 12, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 3 │ ", window_left: 2, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 11, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 11, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 11, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 11, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 11, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 11, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 11, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "gtk-4.0", window_left: 80, window_top: 11, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 11, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 13, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ │ │ ", window_left: 2, window_top: 14, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 13, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 13, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 4 │ ", window_left: 2, window_top: 12, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 12, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 12, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 12, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 18, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 25, window_top: 12, width: 1, style: None }, LineFragment { text: "=", window_left: 26, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 12, width: 1, style: None }, LineFragment { text: "require", window_left: 28, window_top: 12, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 35, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope._extensions.zoxide.utils\"", window_left: 36, window_top: 12, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 72, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 12, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 12, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_desktop", window_left: 82, window_top: 12, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 12, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 14, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ │ │ ", window_left: 2, window_top: 15, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 5 │ ", window_left: 2, window_top: 13, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 13, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "local", window_left: 12, window_top: 13, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 13, width: 1, style: None }, LineFragment { text: "t", window_left: 18, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 19, window_top: 13, width: 1, style: None }, LineFragment { text: "=", window_left: 20, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 13, width: 1, style: None }, LineFragment { text: "require", window_left: 22, window_top: 13, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"telescope\"", window_left: 30, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 41, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 13, width: 31, style: None }, LineFragment { text: "│", window_left: 73, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 13, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 13, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "hypr_laptop", window_left: 80, window_top: 13, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 91, window_top: 13, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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(GridLine { grid: 1, row: 15, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ │ │ │ ", window_left: 2, window_top: 16, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ ", window_left: 2, window_top: 15, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 15, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 6 │ ", window_left: 2, window_top: 14, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 14, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Configure the extension", window_left: 12, window_top: 14, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 14, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 14, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 14, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "joshuto", window_left: 80, window_top: 14, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 14, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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(GridLine { grid: 1, row: 16, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ │ │ │ │ ", window_left: 2, window_top: 17, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 16, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ ", window_left: 9, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 7 │ ", window_left: 2, window_top: 15, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 15, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup", window_left: 14, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 20, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 21, window_top: 15, width: 52, style: None }, LineFragment { text: "│", window_left: 73, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 15, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 15, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "kitty", window_left: 82, window_top: 15, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 15, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 17, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ │ │ │ │ │ ", window_left: 2, window_top: 18, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ ", window_left: 9, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 8 │ ", window_left: 2, window_top: 16, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ ", window_left: 9, window_top: 16, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "extensions", window_left: 14, window_top: 16, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 16, width: 1, style: None }, LineFragment { text: "=", window_left: 25, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 16, width: 1, style: None }, LineFragment { text: "{", window_left: 27, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 16, width: 45, style: None }, LineFragment { text: "│", window_left: 73, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f47c} ", window_left: 76, window_top: 16, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 78, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 16, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nvim", window_left: 82, window_top: 16, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 16, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 18, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ │ │ │ │ │ ", window_left: 2, window_top: 19, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ ", window_left: 2, window_top: 18, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 9 │ ", window_left: 2, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ ", window_left: 9, window_top: 17, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "zoxide", window_left: 16, window_top: 17, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 17, width: 1, style: None }, LineFragment { text: "=", window_left: 23, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 17, width: 1, style: None }, LineFragment { text: "{", window_left: 25, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 17, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 17, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 17, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".git", window_left: 82, window_top: 17, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 17, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::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::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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(GridLine { grid: 1, row: 19, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ │ │ │ │ │ │ ", window_left: 2, window_top: 20, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 19, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 10 │ ", window_left: 2, window_top: 18, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 18, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "prompt_title", window_left: 18, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 18, width: 1, style: None }, LineFragment { text: "=", window_left: 31, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 18, width: 1, style: None }, LineFragment { text: "\"[ Queries ]\"", window_left: 33, window_top: 18, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 46, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 18, width: 26, style: None }, LineFragment { text: "│", window_left: 73, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 18, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 18, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 82, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 18, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ftplugin", window_left: 84, window_top: 18, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 18, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 20, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 21, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 20, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 11 │ ", window_left: 2, window_top: 19, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 19, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "mappings", window_left: 18, window_top: 19, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 19, width: 1, style: None }, LineFragment { text: "=", window_left: 27, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 19, width: 1, style: None }, LineFragment { text: "{", window_left: 29, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 19, width: 43, style: None }, LineFragment { text: "│", window_left: 73, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 19, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 19, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 80, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 19, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua", window_left: 84, window_top: 19, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 87, window_top: 19, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 21, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 22, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ ", window_left: 2, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 21, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 12 │ ", window_left: 2, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 20, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "default", window_left: 20, window_top: 20, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 27, window_top: 20, width: 1, style: None }, LineFragment { text: "=", window_left: 28, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 20, width: 1, style: None }, LineFragment { text: "{", window_left: 30, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 20, width: 42, style: None }, LineFragment { text: "│", window_left: 73, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 20, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 82, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 20, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 86, window_top: 20, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 92, window_top: 20, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 23, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 22, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 22, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ ", window_left: 2, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 21, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: │ │ │ │ │ │ │ +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 23, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ │ │ │ │ │ │ ", window_left: 2, window_top: 24, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 22, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 22, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 24, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ │ │ │ │ │ │ ", window_left: 2, window_top: 25, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ ", window_left: 2, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 24, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 25, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 26, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 25, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 25, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 16 │ ", window_left: 2, window_top: 24, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 24, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 24, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 24, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 24, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 24, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dashboard.lua ", window_left: 85, window_top: 24, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +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::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 27, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 25, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 25, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 27, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 28, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ ", window_left: 2, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 27, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 16, style: None }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 28, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 29, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 28, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 28, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ ", window_left: 2, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 27, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 29, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 30, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 29, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 20 │ ", window_left: 2, window_top: 28, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 28, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 28, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 28, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 28, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 28, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 28, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " nvimtree.lua ", window_left: 87, window_top: 28, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ │ │ │ │ │ │ │ ", window_left: 2, window_top: 31, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ ", window_left: 2, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 30, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 29, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 31, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ │ │ │ │ │ │ ", window_left: 2, window_top: 32, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ ", window_left: 2, window_top: 31, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 31, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ ", window_left: 2, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 30, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 32, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ │ │ │ │ │ │ ", window_left: 2, window_top: 33, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ ", window_left: 2, window_top: 32, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 32, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ ", window_left: 2, window_top: 31, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 31, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(385), repeat: Some(62) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(35) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(35) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 41, style: None }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 35, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 35, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 35, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 456, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 457, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 458, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠋", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 35, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 35, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 33, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 34, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 35, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 36, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 37, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 38, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 39, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 8, cells: [GridLineCell { text: "│", highlight_id: Some(425), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ │ │ │ │ │ ", window_left: 2, window_top: 34, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 33, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 24 │ ", window_left: 2, window_top: 32, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 32, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 20, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 21, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 32, width: 51, style: None }, LineFragment { text: "│", window_left: 73, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 32, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 32, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 32, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .neoconf.json ", window_left: 81, window_top: 32, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ │ │ │ │ ", window_left: 2, window_top: 35, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 34, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 25 │ ", window_left: 2, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 33, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 33, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 33, width: 1, style: None }, LineFragment { text: "action", window_left: 34, window_top: 33, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 33, width: 1, style: None }, LineFragment { text: "=", window_left: 41, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 33, width: 1, style: None }, LineFragment { text: "z_utils", window_left: 43, window_top: 33, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 50, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "create_basic_command", window_left: 51, window_top: 33, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 71, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 72, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 33, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 33, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 80, window_top: 33, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " init.lua ", window_left: 81, window_top: 33, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ │ │ │ ", window_left: 2, window_top: 36, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ ", window_left: 2, window_top: 35, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ ", window_left: 9, window_top: 35, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 26 │ ", window_left: 2, window_top: 34, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ ", window_left: 9, window_top: 34, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 18, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 19, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 34, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 34, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 34, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60b}", window_left: 80, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.79607844, g: 0.79607844, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 34, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lazy-lock.json ", window_left: 83, window_top: 34, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ │ │ ", window_left: 2, window_top: 37, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ ", window_left: 9, window_top: 36, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 27 │ ", window_left: 2, window_top: 35, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ ", window_left: 9, window_top: 35, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 16, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 17, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 35, width: 55, style: None }, LineFragment { text: "│", window_left: 73, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 35, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 35, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e60a}", window_left: 80, window_top: 35, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8156863, g: 0.7490196, b: 0.25490198, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " LICENSE ", window_left: 81, window_top: 35, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ │ │ ", window_left: 2, window_top: 38, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 37, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 28 │ ", window_left: 2, window_top: 36, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ ", window_left: 9, window_top: 36, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 14, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 15, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 36, width: 57, style: None }, LineFragment { text: "│", window_left: 73, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 36, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 36, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 80, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 82, window_top: 36, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 83, window_top: 36, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ │ │ ", window_left: 2, window_top: 39, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ ", window_left: 2, window_top: 38, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 29 │ ", window_left: 2, window_top: 37, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 37, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 12, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 13, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 37, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 37, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 37, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 80, window_top: 37, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.42745098, g: 0.5019608, b: 0.5254902, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " stylua.toml ", window_left: 81, window_top: 37, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ │ │ ", window_left: 2, window_top: 40, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 30 │ ", window_left: 2, window_top: 38, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 38, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 38, width: 61, style: None }, LineFragment { text: "│", window_left: 73, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 38, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 38, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt5ct", window_left: 80, window_top: 38, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 38, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ │ ", window_left: 2, window_top: 41, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ ", window_left: 2, window_top: 41, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (0%) +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Pro +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: essing +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: file +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: symbols... +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 22, column_start: 47, cells: [GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 30, column_start: 24, cells: [GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "s", highlight_id: Some(95), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 12, cells: [GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 12, cells: [GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 12, cells: [GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 12, cells: [GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 68, cells: [GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 15 │ ", window_left: 2, window_top: 23, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 23, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 23, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 23, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 23, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 23, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 23, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " dap.lua ", window_left: 85, window_top: 23, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 14 │ ", window_left: 2, window_top: 22, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 22, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 22, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"Update to (\"", window_left: 30, window_top: 22, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 44, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 22, width: 1, style: None }, LineFragment { text: "selection", window_left: 47, window_top: 22, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 56, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "z_score", window_left: 57, window_top: 22, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 64, window_top: 22, width: 1, style: None }, LineFragment { text: "..", window_left: 65, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 22, width: 1, style: None }, LineFragment { text: "\") \"", window_left: 68, window_top: 22, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 22, width: 1, style: None }, LineFragment { text: "│", window_left: 73, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 22, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 22, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 22, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " cmp.lua ", window_left: 87, window_top: 22, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 13 │ ", window_left: 2, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 21, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "after_action", window_left: 22, window_top: 21, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 21, width: 1, style: None }, LineFragment { text: "=", window_left: 35, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 21, width: 1, style: None }, LineFragment { text: "function", window_left: 37, window_top: 21, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 45, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 46, window_top: 21, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 55, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 56, window_top: 21, width: 17, style: None }, LineFragment { text: "│", window_left: 73, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 21, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f47c} ", window_left: 76, window_top: 21, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5fe}", window_left: 82, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 84, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 21, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "plugins", window_left: 86, window_top: 21, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 93, window_top: 21, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 23 │ ", window_left: 2, window_top: 31, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 31, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 22, window_top: 31, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 31, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 31, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 31, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 80, window_top: 31, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 81, window_top: 31, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 22 │ ", window_left: 2, window_top: 30, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 30, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 24, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 27, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 28, window_top: 30, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 31, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"edit \"", window_left: 32, window_top: 30, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 39, window_top: 30, width: 1, style: None }, LineFragment { text: "..", window_left: 40, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 42, window_top: 30, width: 1, style: None }, LineFragment { text: "selection", window_left: 43, window_top: 30, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 52, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "path", window_left: 53, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 57, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 30, width: 15, style: None }, LineFragment { text: "│", window_left: 73, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 30, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f460} ", window_left: 76, window_top: 30, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 80, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 30, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "snippets", window_left: 82, window_top: 30, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 30, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 21 │ ", window_left: 2, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 29, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "action", window_left: 22, window_top: 29, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 29, width: 1, style: None }, LineFragment { text: "=", window_left: 29, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 29, width: 1, style: None }, LineFragment { text: "function", window_left: 31, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 39, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 40, window_top: 29, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8784314, g: 0.6862745, b: 0.40784314, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 49, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 50, window_top: 29, width: 23, style: None }, LineFragment { text: "│", window_left: 73, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 29, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 29, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 29, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 87, window_top: 29, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(385), repeat: Some(62) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(62) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 53, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 459, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 460, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 461, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 462, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 463, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(31) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 62, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Processing +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: f +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ul +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: semantic +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: tokens... +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: m +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(3) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(3) }, GridLineCell { text: "(", highlight_id: Some(429), repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "⠙", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 29, style: None }, LineFragment { text: " ", window_left: 42, window_top: 52, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 42, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 26, column_start: 0, cells: [GridLineCell { text: "\u{f0eb}", highlight_id: Some(107), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(425), repeat: None }, GridLineCell { text: " ", highlight_id: Some(155), repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: Some(96), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "s", highlight_id: Some(114), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(5) }, GridLineCell { text: "●", highlight_id: Some(194), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 18, cells: [GridLineCell { text: " ", highlight_id: Some(84), repeat: None }, GridLineCell { text: "\u{f0eb}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0b1}", highlight_id: Some(171), repeat: None }, GridLineCell { text: " ", highlight_id: Some(419), repeat: None }, GridLineCell { text: "\u{e620}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 28, style: None }, LineFragment { text: " ", window_left: 42, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 32, style: None }, LineFragment { text: " ", window_left: 42, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 33, style: None }, LineFragment { text: " ", window_left: 42, window_top: 55, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 10, style: None }, LineFragment { text: " ", window_left: 42, window_top: 56, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 18, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 20, window_top: 57, width: 49, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 19 │ ", window_left: 2, window_top: 27, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ │ ", window_left: 9, window_top: 27, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "print", window_left: 24, window_top: 27, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 29, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"before C-s\"", window_left: 30, window_top: 27, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 42, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 43, window_top: 27, width: 30, style: None }, LineFragment { text: "│", window_left: 73, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 27, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 27, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 27, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " lsp.lua ", window_left: 87, window_top: 27, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: "\u{f0eb} ", window_left: 0, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 18 │ ", window_left: 2, window_top: 26, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ │ ", window_left: 9, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "before_action", window_left: 22, window_top: 26, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 35, window_top: 26, width: 1, style: None }, LineFragment { text: "=", window_left: 36, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 37, window_top: 26, width: 1, style: None }, LineFragment { text: "function", window_left: 38, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 46, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "selection", window_left: 47, window_top: 26, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 56, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 26, width: 5, style: None }, LineFragment { text: "● Unused lo", window_left: 62, window_top: 26, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.16862746, b: 0.19607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 26, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 26, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 26, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " java.lua ", window_left: 85, window_top: 26, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 17 │ ", window_left: 2, window_top: 25, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ │ │ │ │ ", window_left: 9, window_top: 25, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 20, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"\"", window_left: 21, window_top: 25, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "]", window_left: 28, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 25, width: 1, style: None }, LineFragment { text: "=", window_left: 30, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 31, window_top: 25, width: 1, style: None }, LineFragment { text: "{", window_left: 32, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 25, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 25, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 25, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e620}", window_left: 84, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 86, window_top: 25, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " disabled.lua ", window_left: 87, window_top: 25, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(0%)", window_left: 63, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.85490197, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text:  +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: selection +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ● Unused lo +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text:  1 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text:  +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: plugins.lua +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(385), repeat: Some(57) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(13) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(13) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(13) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(13) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(397), repeat: Some(13) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 51, width: 57, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 47, window_top: 51, width: 57, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 464, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 465, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 466, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 467, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 468, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 469, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 47, cells: [GridLineCell { text: "{", highlight_id: Some(447), repeat: None }, GridLineCell { text: "'", highlight_id: Some(437), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(464), repeat: None }, GridLineCell { text: "9", highlight_id: Some(452), repeat: None }, GridLineCell { text: "8", highlight_id: Some(465), repeat: None }, GridLineCell { text: "3", highlight_id: Some(452), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(441), repeat: None }, GridLineCell { text: " ", highlight_id: Some(433), repeat: None }, GridLineCell { text: "(", highlight_id: Some(442), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "⠏", highlight_id: Some(466), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "D", highlight_id: Some(460), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(467), repeat: None }, GridLineCell { text: "g", highlight_id: Some(459), repeat: None }, GridLineCell { text: "n", highlight_id: Some(468), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(469), repeat: None }, GridLineCell { text: "w", highlight_id: Some(468), repeat: None }, GridLineCell { text: "o", highlight_id: Some(459), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(26) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(26) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠏", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (96%) +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Di +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: a +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: nosing +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: s +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: w +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: orkspace +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 74, cells: [GridLineCell { text: "⠋", highlight_id: Some(466), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠋", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 74, cells: [GridLineCell { text: "⠙", highlight_id: Some(466), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "3/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 60, cells: [GridLineCell { text: "4", highlight_id: Some(452), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠙", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 74, cells: [GridLineCell { text: "⠹", highlight_id: Some(466), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠹", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 74, cells: [GridLineCell { text: "⠸", highlight_id: Some(466), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "8", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "4/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(96%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 59, cells: [GridLineCell { text: "9", highlight_id: Some(465), repeat: None }, GridLineCell { text: "7", highlight_id: Some(452), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(441), repeat: None }, GridLineCell { text: " ", highlight_id: Some(433), repeat: None }, GridLineCell { text: "(", highlight_id: Some(442), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(97%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: (97%) +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 47, cells: [GridLineCell { text: "{", highlight_id: Some(447), repeat: None }, GridLineCell { text: "'", highlight_id: Some(437), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: Some(464), repeat: None }, GridLineCell { text: "9", highlight_id: Some(452), repeat: None }, GridLineCell { text: "9", highlight_id: Some(465), repeat: None }, GridLineCell { text: "7", highlight_id: Some(452), repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(441), repeat: None }, GridLineCell { text: " ", highlight_id: Some(433), repeat: None }, GridLineCell { text: "(", highlight_id: Some(442), repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "⠸", highlight_id: Some(466), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "D", highlight_id: Some(460), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(467), repeat: None }, GridLineCell { text: "g", highlight_id: Some(459), repeat: None }, GridLineCell { text: "n", highlight_id: Some(468), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(469), repeat: None }, GridLineCell { text: "w", highlight_id: Some(468), repeat: None }, GridLineCell { text: "o", highlight_id: Some(459), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(21) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(26) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(26) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(97%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(97%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(459), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: Some(460), repeat: None }, GridLineCell { text: " ", highlight_id: Some(461), repeat: None }, GridLineCell { text: "s", highlight_id: Some(459), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "t", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(459), repeat: Some(3) }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(97%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3647059, g: 0.4509804, b: 0.6901961, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3529412, g: 0.4862745, b: 0.5647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "1", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7176471, g: 0.8, b: 0.9647059, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "9", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7372549, g: 0.7764706, b: 0.9411765, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "7/2048", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7294118, g: 0.7921569, b: 0.8784314, a: 1.0 }), background: Some(Color4f { r: 0.19607843, g: 0.27450982, b: 0.4862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.33333334, b: 0.40392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(97%)", window_left: 68, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.654902, g: 0.70980394, b: 0.77254903, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "⠸", window_left: 74, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "a", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.32156864, g: 0.35686275, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "nosing", window_left: 80, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "s", window_left: 86, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3137255, b: 0.22745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "w", window_left: 87, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.37254903, g: 0.42745098, b: 0.48235294, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "orkspace", window_left: 88, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 47, cells: [GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{e795}", highlight_id: Some(325), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "s", highlight_id: Some(326), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 47, cells: [GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(13) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(466), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "D", highlight_id: Some(460), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(459), repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "w", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 34, style: None }, LineFragment { text: " ", window_left: 47, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 33, style: None }, LineFragment { text: " ", window_left: 47, window_top: 53, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 37, style: None }, LineFragment { text: " ", window_left: 47, window_top: 54, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ul", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "l", window_left: 76, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 38, style: None }, LineFragment { text: " ", window_left: 47, window_top: 55, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 15, style: None }, LineFragment { text: " ", window_left: 47, window_top: 56, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 55, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 55, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: agnosing +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ull +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(466), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "D", highlight_id: Some(460), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(459), repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "w", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Keyboard("y")) +TRACE [neovide::bridge::ui_commands] Keyboard Input Sent: y +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowCommand { content: [(0, "y")] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Keyboard("2")) +TRACE [neovide::bridge::ui_commands] Keyboard Input Sent: 2 +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowCommand { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 470, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 8, cells: [GridLineCell { text: "{", highlight_id: Some(470), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 471, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 472, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(104) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "$", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "E", highlight_id: Some(375), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(26) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "U", highlight_id: Some(375), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "R", highlight_id: Some(375), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(41) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "S", highlight_id: Some(375), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(24) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "N", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "^", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "S", highlight_id: Some(375), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(12) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "{", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(18) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(22) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "S", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "M", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(38) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "T", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(21) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(24) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(25) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(21) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(37) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(20) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "F", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(16) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "G", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(466), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "D", highlight_id: Some(460), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: Some(459), repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: Some(462), repeat: None }, GridLineCell { text: "w", highlight_id: Some(459), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(463), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(33) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "D", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(33) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(60) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(2) }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "Y", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(472), repeat: None }, GridLineCell { text: "»", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(18) }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: Some(472), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "~", highlight_id: Some(390), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: Some(2) }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "L", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 9, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"jvgrootveld/telescope-zoxide\"", window_left: 10, window_top: 9, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 40, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 41, window_top: 9, width: 32, style: None }, LineFragment { text: "│", window_left: 73, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 9, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 9, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fontconfig", window_left: 80, window_top: 9, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 9, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "62 ", window_left: 2, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.47843137, b: 0.63529414, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│ ", window_left: 6, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 8, width: 64, style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 8, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✗", window_left: 80, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.38039216, g: 0.5137255, b: 0.73333335, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 81, window_top: 8, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "fish", window_left: 82, window_top: 8, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 8, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 1 │ ", window_left: 2, window_top: 7, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 7, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 7, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 7, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "eww_laptop", window_left: 80, window_top: 7, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 90, window_top: 7, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ ", window_left: 2, window_top: 41, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 104, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " $", window_left: 5, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "End of line", window_left: 13, window_top: 41, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " k", window_left: 50, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Up", window_left: 58, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 41, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 104, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " %", window_left: 5, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Matching character: '()', '{}', '[]'", window_left: 13, window_top: 42, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " l", window_left: 50, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Right", window_left: 58, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 42, width: 41, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " $", window_left: 5, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "End of line", window_left: 13, window_top: 41, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " k", window_left: 50, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Up", window_left: 58, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 41, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 0", window_left: 5, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line", window_left: 13, window_top: 43, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 43, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " N", window_left: 50, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Prev search result", window_left: 58, window_top: 43, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " %", window_left: 5, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Matching character: '()', '{}', '[]'", window_left: 13, window_top: 42, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " l", window_left: 50, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Right", window_left: 58, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 42, width: 41, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ^", window_left: 5, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line (non-blank)", window_left: 13, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 44, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " n", window_left: 50, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next search result", window_left: 58, window_top: 44, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 0", window_left: 5, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line", window_left: 13, window_top: 43, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 43, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " N", window_left: 50, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Prev search result", window_left: 58, window_top: 43, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " {", window_left: 5, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous empty line", window_left: 13, window_top: 45, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 45, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " s", window_left: 50, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap forward to", window_left: 58, window_top: 45, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 73, window_top: 45, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ^", window_left: 5, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line (non-blank)", window_left: 13, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 44, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " n", window_left: 50, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next search result", window_left: 58, window_top: 44, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " }", window_left: 5, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next empty line", window_left: 13, window_top: 46, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " S", window_left: 50, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap backward to", window_left: 58, window_top: 46, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " {", window_left: 5, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous empty line", window_left: 13, window_top: 45, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 45, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " s", window_left: 50, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap forward to", window_left: 58, window_top: 45, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 73, window_top: 45, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " }", window_left: 5, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next empty line", window_left: 13, window_top: 46, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " S", window_left: 50, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap backward to", window_left: 58, window_top: 46, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+a", window_left: 58, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+a", window_left: 58, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "~ ", window_left: 74, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 77, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 78, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Loading", window_left: 79, window_top: 56, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 56, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 60, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 43, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+Yank (copy)", window_left: 2, window_top: 56, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 14, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 17, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 56, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+a", window_left: 58, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+a", window_left: 58, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9490196, g: 0.627451, b: 0.45882353, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Di", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3137255, g: 0.34509805, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "agnosing", window_left: 78, window_top: 52, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "i", window_left: 86, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 0.40784314, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "m", window_left: 96, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5058824, g: 0.6431373, b: 0.9490196, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 60, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+Yank (copy)", window_left: 2, window_top: 56, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 14, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 17, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 56, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: T +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Move before previous char +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: b +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Previous word +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: t +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Move before next char +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: e +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Next end of word +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: w +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Next word +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: f +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Move to next char +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: [ +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +prefix +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: F +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Move to previous char +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: ] +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: G +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Last line +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: a +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +a +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: h +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Left +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: g +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +p +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: j +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Down +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: i +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +i +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +Yank (copy) +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: » +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: go up one level +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: Some(Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 100, underline: None }), enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Keyboard("5")) +TRACE [neovide::bridge::ui_commands] Keyboard Input Sent: 5 +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: "r", highlight_id: Some(130), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 65, cells: [GridLineCell { text: " ", highlight_id: Some(375), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0b3}", highlight_id: Some(171), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(104) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "$", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "E", highlight_id: Some(375), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(26) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "U", highlight_id: Some(375), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "%", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "R", highlight_id: Some(375), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(41) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "S", highlight_id: Some(375), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(24) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "N", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "^", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "S", highlight_id: Some(375), repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(12) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "{", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(18) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(31) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(22) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "S", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(30) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "M", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(38) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "T", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(21) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "P", highlight_id: Some(375), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(24) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(25) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(21) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "N", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(37) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(20) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "[", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "F", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "M", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(16) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "]", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "G", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(28) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(39) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "L", highlight_id: Some(375), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(33) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "D", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(5) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "j", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "D", highlight_id: Some(375), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(33) }, GridLineCell { text: " ", highlight_id: Some(471), repeat: Some(4) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "➜", highlight_id: Some(472), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: None }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(60) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(2) }, GridLineCell { text: "+", highlight_id: Some(130), repeat: None }, GridLineCell { text: "Y", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(472), repeat: None }, GridLineCell { text: "»", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(472), repeat: None }, GridLineCell { text: "»", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(86), repeat: Some(14) }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ">", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: Some(472), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "<", highlight_id: Some(471), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "D", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(ModeInfoSet { cursor_modes: [CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.25), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.25), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(ModeInfoSet { cursor_modes: [CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Vertical), style_id: Some(0), cell_percentage: Some(0.25), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Horizontal), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Vertical), style_id: Some(0), cell_percentage: Some(0.25), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Horizontal), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Horizontal), style_id: Some(0), cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: Some(Vertical), style_id: Some(0), cell_percentage: Some(0.25), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: None, style_id: None, cell_percentage: None, blinkwait: None, blinkon: None, blinkoff: None }, CursorMode { shape: Some(Block), style_id: Some(0), cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+around", window_left: 58, window_top: 52, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 52, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " NORMAL ", window_left: 0, window_top: 57, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 8, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 17, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 18, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 23, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 24, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 26, window_top: 57, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " y ", window_left: 65, window_top: 57, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 68, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+Yank (copy)", window_left: 2, window_top: 56, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 14, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 17, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 56, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " }", window_left: 5, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next empty line", window_left: 13, window_top: 46, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " S", window_left: 50, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap backward to", window_left: 58, window_top: 46, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " {", window_left: 5, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous empty line", window_left: 13, window_top: 45, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 45, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " s", window_left: 50, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap forward to", window_left: 58, window_top: 45, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 73, window_top: 45, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " }", window_left: 5, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next empty line", window_left: 13, window_top: 46, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " S", window_left: 50, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap backward to", window_left: 58, window_top: 46, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+around", window_left: 58, window_top: 52, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 52, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+around", window_left: 58, window_top: 52, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 52, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+around", window_left: 58, window_top: 52, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 52, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 60, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+Yank (copy)", window_left: 2, window_top: 56, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 14, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 17, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 56, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Block, cell_percentage: Some(0.0), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: +around +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: plugins.lua +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: y +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: Diagnosing +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Serial(Keyboard("y")) +TRACE [neovide::bridge::ui_commands] Keyboard Input Sent: y +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 40, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(425), repeat: None }, GridLineCell { text: " ", highlight_id: Some(155), repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: Some(156), repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "l", highlight_id: Some(87), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(35) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: "\u{f460}", highlight_id: Some(168), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e5ff}", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "r", highlight_id: Some(130), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(20) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 41, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(425), repeat: None }, GridLineCell { text: " ", highlight_id: Some(155), repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(59) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: "\u{f460}", highlight_id: Some(168), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e5ff}", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "s", highlight_id: Some(130), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(10) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 42, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(161), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(63) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: "\u{f460}", highlight_id: Some(168), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e5ff}", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "s", highlight_id: Some(130), repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: Some(130), repeat: Some(2) }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 43, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(64) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: "\u{f460}", highlight_id: Some(168), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e5ff}", highlight_id: Some(130), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "w", highlight_id: Some(130), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(20) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 44, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(47) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{e702}", highlight_id: Some(321), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(14) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 45, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(96), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: None }, GridLineCell { text: "f", highlight_id: Some(109), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(44) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{e615}", highlight_id: Some(322), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "z", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(18) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 46, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: Some(114), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(33) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f4a5}", highlight_id: Some(171), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(14) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 47, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "9", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "q", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: "0", highlight_id: Some(112), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(22) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f831}", highlight_id: Some(323), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "★", highlight_id: Some(324), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 48, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "w", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(7) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f831}", highlight_id: Some(323), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "★", highlight_id: Some(324), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "0", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 49, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(10) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f831}", highlight_id: Some(323), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "★", highlight_id: Some(324), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "C", highlight_id: None, repeat: None }, GridLineCell { text: "U", highlight_id: None, repeat: None }, GridLineCell { text: "R", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: "E", highlight_id: None, repeat: None }, GridLineCell { text: "N", highlight_id: None, repeat: None }, GridLineCell { text: "T", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }] }) +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 50, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(100), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(115), repeat: None }, GridLineCell { text: "c", highlight_id: Some(87), repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "(", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(53) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f48a}", highlight_id: Some(323), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "R", highlight_id: None, repeat: None }, GridLineCell { text: "E", highlight_id: None, repeat: None }, GridLineCell { text: "A", highlight_id: None, repeat: None }, GridLineCell { text: "D", highlight_id: None, repeat: None }, GridLineCell { text: "M", highlight_id: None, repeat: None }, GridLineCell { text: "E", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(15) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 51, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "3", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "l", highlight_id: Some(101), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "g", highlight_id: Some(98), repeat: None }, GridLineCell { text: ":", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(156), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "x", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "=", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "{", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ":", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "[", highlight_id: Some(116), repeat: None }, GridLineCell { text: "'", highlight_id: Some(104), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: "f", highlight_id: None, repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(104), repeat: None }, GridLineCell { text: "'", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{e795}", highlight_id: Some(325), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "s", highlight_id: Some(326), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(16) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: Some(106), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: ")", highlight_id: Some(116), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(60) }, GridLineCell { text: "│", highlight_id: Some(157), repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(168), repeat: Some(2) }, GridLineCell { text: "\u{f4a5}", highlight_id: Some(171), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: Some(7) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: Some(109), repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(46) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "D", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "6", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "}", highlight_id: Some(109), repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(50) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "7", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "{", highlight_id: Some(109), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(51) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 0, cells: [GridLineCell { text: " ", highlight_id: Some(205), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(106), repeat: None }, GridLineCell { text: "4", highlight_id: None, repeat: None }, GridLineCell { text: "8", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: Some(155), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "│", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: Some(104), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "/", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "\"", highlight_id: None, repeat: None }, GridLineCell { text: ",", highlight_id: Some(115), repeat: None }, GridLineCell { text: " ", highlight_id: Some(0), repeat: Some(28) }, GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 8, column_start: 8, cells: [GridLineCell { text: "{", highlight_id: Some(161), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " $", window_left: 5, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "End of line", window_left: 13, window_top: 41, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 41, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " k", window_left: 50, window_top: 41, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Up", window_left: 58, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 41, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 31 │ ", window_left: 2, window_top: 39, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 39, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- Load the extension", window_left: 12, window_top: 39, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 33, window_top: 39, width: 40, style: None }, LineFragment { text: "│", window_left: 73, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 39, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 39, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "qt6ct", window_left: 80, window_top: 39, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 39, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " %", window_left: 5, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Matching character: '()', '{}', '[]'", window_left: 13, window_top: 42, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " l", window_left: 50, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Right", window_left: 58, window_top: 42, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 42, width: 41, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ ", window_left: 2, window_top: 41, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 32 │ ", window_left: 2, window_top: 40, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " │ ", window_left: 9, window_top: 40, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "t", window_left: 12, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 13, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "load_extension", window_left: 14, window_top: 40, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 28, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"zoxide\"", window_left: 29, window_top: 40, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 37, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 40, width: 35, style: None }, LineFragment { text: "│", window_left: 73, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 40, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 40, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "rofi", window_left: 80, window_top: 40, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 40, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 0", window_left: 5, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line", window_left: 13, window_top: 43, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 43, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " N", window_left: 50, window_top: 43, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Prev search result", window_left: 58, window_top: 43, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 43, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 33 │ ", window_left: 2, window_top: 41, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 8, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 41, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 41, width: 59, style: None }, LineFragment { text: "│", window_left: 73, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 41, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 41, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "spotify-player", window_left: 80, window_top: 41, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 94, window_top: 41, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ^", window_left: 5, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Start of line (non-blank)", window_left: 13, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 38, window_top: 44, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " n", window_left: 50, window_top: 44, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next search result", window_left: 58, window_top: 44, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 34 │ ", window_left: 2, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 42, width: 63, style: None }, LineFragment { text: "│", window_left: 73, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 42, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 42, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "swappy", window_left: 80, window_top: 42, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 42, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " {", window_left: 5, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous empty line", window_left: 13, window_top: 45, width: 19, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 45, width: 18, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " s", window_left: 50, window_top: 45, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap forward to", window_left: 58, window_top: 45, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 73, window_top: 45, width: 31, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 35 │ ", window_left: 2, window_top: 43, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 43, width: 64, style: None }, LineFragment { text: "│", window_left: 73, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f460} ", window_left: 76, window_top: 43, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e5ff}", window_left: 78, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 43, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "wofi", window_left: 80, window_top: 43, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 84, window_top: 43, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " }", window_left: 5, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next empty line", window_left: 13, window_top: 46, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 28, window_top: 46, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " S", window_left: 50, window_top: 46, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Leap backward to", window_left: 58, window_top: 46, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 30, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 36 │ │ ", window_left: 2, window_top: 44, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"lervag/vimtex\"", window_left: 10, window_top: 44, width: 15, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 25, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 44, width: 47, style: None }, LineFragment { text: "│", window_left: 73, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 44, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e702}", window_left: 78, window_top: 44, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.25490198, g: 0.3254902, b: 0.35686275, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .gitignore ", window_left: 79, window_top: 44, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "", window_left: 5, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 47, width: 38, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " T", window_left: 50, window_top: 47, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before previous char", window_left: 58, window_top: 47, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 83, window_top: 47, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 37 │ │ ", window_left: 2, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "config", window_left: 10, window_top: 45, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.4509804, g: 0.85490197, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 16, window_top: 45, width: 1, style: None }, LineFragment { text: "=", window_left: 17, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 45, width: 1, style: None }, LineFragment { text: "function", window_left: 19, window_top: 45, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "()", window_left: 27, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 45, width: 44, style: None }, LineFragment { text: "│", window_left: 73, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 45, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e615}", window_left: 78, window_top: 45, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8784314, b: 0.31764707, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " .zshrc ", window_left: 79, window_top: 45, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " b", window_left: 5, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Previous word", window_left: 13, window_top: 48, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 26, window_top: 48, width: 24, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " t", window_left: 50, window_top: 48, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move before next char", window_left: 58, window_top: 48, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38 │ │ │ ", window_left: 2, window_top: 46, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "-- require(\"vimtex\").setup()", window_left: 12, window_top: 46, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 40, window_top: 46, width: 33, style: None }, LineFragment { text: "│", window_left: 73, window_top: 46, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 46, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} keymap.xkb ", window_left: 78, window_top: 46, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " e", window_left: 5, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next end of word", window_left: 13, window_top: 49, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 29, window_top: 49, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " w", window_left: 50, window_top: 49, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Next word", window_left: 58, window_top: 49, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 67, window_top: 49, width: 37, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 39 │ │ │ ", window_left: 2, window_top: 47, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 47, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_quickfix_mode", window_left: 27, window_top: 47, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 47, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "0", window_left: 48, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 49, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 50, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 51, window_top: 47, width: 22, style: None }, LineFragment { text: "│", window_left: 73, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 47, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 47, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_backtraces.log", window_left: 81, window_top: 47, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " f", window_left: 5, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to next char", window_left: 13, window_top: 50, width: 17, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 30, window_top: 50, width: 20, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [", window_left: 50, window_top: 50, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 50, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 50, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 40 │ │ │ ", window_left: 2, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 48, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_view_general_viewer", window_left: 27, window_top: 48, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 53, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 54, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'evince'\"", window_left: 55, window_top: 48, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 65, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 66, window_top: 48, width: 7, style: None }, LineFragment { text: "│", window_left: 73, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 48, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 48, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_r2023-04-08_16", window_left: 81, window_top: 48, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " F", window_left: 5, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Move to previous char", window_left: 13, window_top: 51, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 34, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ]", window_left: 50, window_top: 51, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+prefix", window_left: 58, window_top: 51, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 51, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 41 │ │ │ ", window_left: 2, window_top: 49, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 20, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 21, window_top: 49, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 24, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 25, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_method", window_left: 27, window_top: 49, width: 22, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 49, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 50, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 'latexmk'\"", window_left: 51, window_top: 49, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 62, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 63, window_top: 49, width: 10, style: None }, LineFragment { text: "│", window_left: 73, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 49, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f831}", window_left: 78, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "★", window_left: 80, window_top: 49, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.6156863, b: 0.67058825, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " neovide_rCURRENT.log ", window_left: 81, window_top: 49, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " G", window_left: 5, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Last line", window_left: 13, window_top: 52, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 52, width: 28, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " a", window_left: 50, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+around", window_left: 58, window_top: 52, width: 7, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 65, window_top: 52, width: 39, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 42 │ │ │ ", window_left: 2, window_top: 50, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vim", window_left: 12, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.4627451, b: 0.5568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ".", window_left: 15, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "cmd", window_left: 16, window_top: 50, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "(", window_left: 19, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 20, window_top: 50, width: 53, style: None }, LineFragment { text: "│", window_left: 73, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 50, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f48a}", window_left: 78, window_top: 50, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " README.md ", window_left: 79, window_top: 50, width: 25, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " h", window_left: 5, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Left", window_left: 13, window_top: 53, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 53, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " g", window_left: 50, window_top: 53, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+p", window_left: 58, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " j", window_left: 5, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 11, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 12, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Down", window_left: 13, window_top: 54, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 17, window_top: 54, width: 33, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " i", window_left: 50, window_top: 54, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 55, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "➜", window_left: 56, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 57, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+i", window_left: 58, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 60, style: None }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonight-vimium ", window_left: 78, window_top: 52, width: 26, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 60, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "+Yank (copy)", window_left: 2, window_top: 56, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 14, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "2", window_left: 17, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " » ", window_left: 18, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "5", window_left: 21, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 22, window_top: 56, width: 14, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 36, window_top: 56, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "go up one level ", window_left: 41, window_top: 56, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3372549, g: 0.37254903, b: 0.5372549, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " [ModeChanged(Unknown("operator")), UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Horizontal, cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowCommand { content: [(0, "y25y")] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Horizontal, cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 57, column_start: 1, cells: [GridLineCell { text: "O", highlight_id: Some(204), repeat: None }, GridLineCell { text: "-", highlight_id: None, repeat: None }, GridLineCell { text: "P", highlight_id: None, repeat: None }, GridLineCell { text: "E", highlight_id: None, repeat: None }, GridLineCell { text: "N", highlight_id: None, repeat: None }, GridLineCell { text: "D", highlight_id: None, repeat: None }, GridLineCell { text: "I", highlight_id: None, repeat: None }, GridLineCell { text: "N", highlight_id: None, repeat: None }, GridLineCell { text: "G", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0b0}", highlight_id: Some(184), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0a0}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0b0}", highlight_id: Some(168), repeat: None }, GridLineCell { text: " ", highlight_id: Some(84), repeat: None }, GridLineCell { text: "\u{f0eb}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "1", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "\u{e0b1}", highlight_id: Some(171), repeat: None }, GridLineCell { text: " ", highlight_id: Some(419), repeat: None }, GridLineCell { text: "\u{e620}", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(171), repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(385), repeat: Some(44) }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "D", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShow { kind: Echo, content: [(0, "25 lines yanked")], replace_last: false }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] Image flushed +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " O-PENDING ", window_left: 0, window_top: 57, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 11, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 20, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 21, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 26, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 27, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 29, window_top: 57, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " y ", window_left: 65, window_top: 57, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 68, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 44, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " O-PENDING ", window_left: 0, window_top: 57, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 11, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 20, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 21, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 26, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 27, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 29, window_top: 57, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " y ", window_left: 65, window_top: 57, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 68, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Horizontal, cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: O-PENDING +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: plugins.lua +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 473, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None } }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 52, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(461), repeat: Some(2) }, GridLineCell { text: "\u{f4a5}", highlight_id: Some(462), repeat: None }, GridLineCell { text: " ", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "h", highlight_id: None, repeat: None }, GridLineCell { text: "2", highlight_id: Some(473), repeat: None }, GridLineCell { text: "5", highlight_id: None, repeat: None }, GridLineCell { text: "v", highlight_id: Some(462), repeat: None }, GridLineCell { text: "l", highlight_id: Some(473), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(462), repeat: None }, GridLineCell { text: "y", highlight_id: Some(473), repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "d", highlight_id: None, repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 53, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(13) }, GridLineCell { text: "│", highlight_id: Some(455), repeat: None }, GridLineCell { text: "✔", highlight_id: Some(431), repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "D", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "w", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: "p", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 54, column_start: 60, cells: [GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: Some(457), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "f", highlight_id: Some(458), repeat: None }, GridLineCell { text: "u", highlight_id: Some(432), repeat: None }, GridLineCell { text: "l", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "t", highlight_id: None, repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "t", highlight_id: Some(432), repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "k", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 55, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(GridLine { grid: 1, row: 56, column_start: 60, cells: [GridLineCell { text: " ", highlight_id: Some(428), repeat: Some(8) }, GridLineCell { text: "✔", highlight_id: Some(456), repeat: None }, GridLineCell { text: " ", highlight_id: Some(428), repeat: None }, GridLineCell { text: "P", highlight_id: Some(457), repeat: None }, GridLineCell { text: "r", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "c", highlight_id: Some(458), repeat: None }, GridLineCell { text: "e", highlight_id: Some(432), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: Some(2) }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "n", highlight_id: None, repeat: None }, GridLineCell { text: "g", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "f", highlight_id: Some(432), repeat: None }, GridLineCell { text: "i", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "e", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "s", highlight_id: Some(432), repeat: None }, GridLineCell { text: "y", highlight_id: None, repeat: None }, GridLineCell { text: "m", highlight_id: None, repeat: None }, GridLineCell { text: "b", highlight_id: None, repeat: None }, GridLineCell { text: "o", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: ".", highlight_id: Some(432), repeat: Some(3) }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }, GridLineCell { text: "l", highlight_id: Some(395), repeat: None }, GridLineCell { text: "u", highlight_id: None, repeat: None }, GridLineCell { text: "a", highlight_id: None, repeat: None }, GridLineCell { text: "_", highlight_id: None, repeat: None }, GridLineCell { text: "l", highlight_id: None, repeat: None }, GridLineCell { text: "s", highlight_id: None, repeat: None }, GridLineCell { text: " ", highlight_id: Some(390), repeat: None }] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(MessageShowMode { content: [] }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(WindowViewport { grid: 9, top_line: 53.0, bottom_line: 111.0, current_line: 61.0, current_column: 2.0, line_count: None }) +TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Flush) +TRACE [neovide::editor] viewport event received before window initialized +TRACE [neovide::editor] Image flushed +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::channel_utils] alloc::vec::Vec [Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonigh", window_left: 78, window_top: 52, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "25", window_left: 89, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "v", window_left: 91, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lines", window_left: 92, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 97, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "yanked", window_left: 98, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 43 │ │ │ │ ", window_left: 2, window_top: 51, width: 12, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"", window_left: 14, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "let", window_left: 15, window_top: 51, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6156863, g: 0.4862745, b: 0.84705883, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 18, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "g:", window_left: 19, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.49019608, g: 0.8117647, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "vimtex_compiler_latexmk", window_left: 21, window_top: 51, width: 23, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.7529412, g: 0.7921569, b: 0.9607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 44, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "=", window_left: 45, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 46, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 47, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'options'", window_left: 48, window_top: 51, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ":", window_left: 57, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 58, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "[", window_left: 59, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "'-pdf'", window_left: 60, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 66, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " '-she", window_left: 67, window_top: 51, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 51, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e795}", window_left: 78, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.3019608, g: 0.3529412, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 79, window_top: 51, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "setup.sh", window_left: 80, window_top: 51, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 88, window_top: 51, width: 16, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 44 │ │ │ ", window_left: 2, window_top: 52, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ")", window_left: 12, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 13, window_top: 52, width: 47, style: None }, LineFragment { text: " ", window_left: 60, window_top: 52, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 74, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 76, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.13725491, g: 0.14901961, b: 0.21568628, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{f4a5} tokyonigh", window_left: 78, window_top: 52, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "25", window_left: 89, window_top: 52, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "v", window_left: 91, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lines", window_left: 92, window_top: 52, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 97, window_top: 52, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.26666668, g: 0.28235295, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "yanked", window_left: 98, window_top: 52, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 53, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 45 │ │ ", window_left: 2, window_top: 53, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "end", window_left: 10, window_top: 53, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 13, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 14, window_top: 53, width: 46, style: None }, LineFragment { text: " ", window_left: 60, window_top: 53, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "│", window_left: 73, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 74, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.8627451, g: 0.5411765, b: 0.3529412, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 75, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Diagnosing", window_left: 76, window_top: 53, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "workspace", window_left: 87, window_top: 53, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 53, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 53, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 54, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 46 │ ", window_left: 2, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "}", window_left: 8, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 9, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 10, window_top: 54, width: 50, style: None }, LineFragment { text: "✔", window_left: 60, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 61, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Processing", window_left: 62, window_top: 54, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 72, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "f", window_left: 73, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "ull", window_left: 74, window_top: 54, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 77, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "semantic", window_left: 78, window_top: 54, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 86, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "tokens...", window_left: 87, window_top: 54, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 54, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 54, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " O-PENDING ", window_left: 0, window_top: 57, width: 11, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0} \u{e0a0} main ", window_left: 11, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b0}", window_left: 20, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0eb} 1 ", window_left: 21, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.7372549, b: 0.6117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b1}", window_left: 26, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{e620}", window_left: 27, window_top: 57, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.31764707, g: 0.627451, b: 0.8117647, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " plugins.lua ", window_left: 29, window_top: 57, width: 36, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " y ", window_left: 65, window_top: 57, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 68, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f487} 4 ", window_left: 69, window_top: 57, width: 5, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.16470589, g: 0.7647059, b: 0.87058824, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b3}", window_left: 74, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.6627451, g: 0.69411767, b: 0.8392157, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f0fe} 18 ", window_left: 75, window_top: 57, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.14901961, g: 0.42745098, b: 0.41568628, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\u{e0b2}", window_left: 81, window_top: 57, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.08627451, g: 0.08627451, b: 0.11764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 38% 62:3 \u{e0b2}", window_left: 82, window_top: 57, width: 13, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), background: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " \u{f43a} 16:36 ", window_left: 95, window_top: 57, width: 9, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.08627451, b: 0.11764706, a: 1.0 }), background: Some(Color4f { r: 0.47843137, g: 0.63529414, b: 0.96862745, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 56, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 48 │ │ ", window_left: 2, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "\"echasnovski/mini.ai\"", window_left: 10, window_top: 56, width: 21, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.61960787, g: 0.80784315, b: 0.41568628, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: ",", window_left: 31, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.5372549, g: 0.8666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 32, window_top: 56, width: 28, style: None }, LineFragment { text: " ", window_left: 60, window_top: 56, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 56, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 56, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 56, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 56, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 56, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, Window { grid_id: 1, command: DrawLine([LineFragment { text: " ", window_left: 0, window_top: 55, width: 2, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " 47 │ ", window_left: 2, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.23137255, g: 0.25882354, b: 0.38039216, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "{", window_left: 8, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.73333335, g: 0.6039216, b: 0.96862745, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 9, window_top: 55, width: 51, style: None }, LineFragment { text: " ", window_left: 60, window_top: 55, width: 8, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "✔", window_left: 68, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.9607843, g: 0.6431373, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 69, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.30980393, b: 0.39215687, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "Pro", window_left: 70, window_top: 55, width: 3, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.39215687, g: 0.42352942, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "c", window_left: 73, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.2901961, g: 0.31764707, b: 0.43529412, a: 1.0 }), background: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "essing", window_left: 74, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 80, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "file", window_left: 81, window_top: 55, width: 4, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 85, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "symbols...", window_left: 86, window_top: 55, width: 10, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.32156864, b: 0.4392157, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 96, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: "lua_ls", window_left: 97, window_top: 55, width: 6, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.41960785, g: 0.5529412, b: 0.84313726, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None }) }, LineFragment { text: " ", window_left: 103, window_top: 55, width: 1, style: Some(Style { colors: Colors { foreground: Some(Color4f { r: 0.101960786, g: 0.105882354, b: 0.14901961, a: 1.0 }), background: Some(Color4f { r: 0.09411765, g: 0.09803922, b: 0.13725491, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, blend: 0, underline: None }) }]) }, UpdateCursor(Cursor { grid_position: (8, 8), parent_window_id: 1, shape: Horizontal, cell_percentage: Some(0.2), blinkwait: Some(0), blinkon: Some(0), blinkoff: Some(0), style: None, enabled: true, double_width: false, grid_cell: ("{", Some(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.61960787, b: 0.39215687, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, blend: 0, underline: None })) })] +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text:  tokyonigh +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: 25 +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: v +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: lines +TRACE [neovide::renderer::fonts::caching_shaper] Shaping text: yanked +TRACE [neovide::redraw_scheduler] Next frame queued +TRACE [neovide::window] Settings geometry PhysicalSize { width: 104, height: 58 } +TRACE [neovide::window] Inner size: PhysicalSize { width: 1248, height: 1392 } +TRACE [neovide::bridge::handler] Neovim notification: "redraw" +ERROR [neovide::error_handling] Could not parse event from neovim: invalid string format [] +ERROR [neovide::bridge] Error joining IO loop: 'task 13 panicked' +INFO [neovide::running_tracker] Quit neovim processed failed +DEBUG [neovide::settings::window_geometry] Saved Window Settings: {"window":{"Windowed":{"position":{"x":3671,"y":-3},"size":{"width":104,"height":58}}}} diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index f4bce4a..0b4acd7 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -10,7 +10,7 @@ "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp_luasnip": { "branch": "master", "commit": "18095520391186d634a0045dacaa346291096566" }, "crates.nvim": { "branch": "main", "commit": "1d4bb1e7a0fe8bae3f97061be5fbf6f9081a27e2" }, - "dressing.nvim": { "branch": "master", "commit": "c705b3890779ea05bd910e9d06af8a209bfb6ad8" }, + "dressing.nvim": { "branch": "master", "commit": "91b9ba8a9474d2c4156dc2f3e858e07ae8faecf0" }, "editorconfig.nvim": { "branch": "master", "commit": "5b9e303e1d6f7abfe616ce4cc8d3fffc554790bf" }, "flit.nvim": { "branch": "main", "commit": "f60e4b3d49bb5a5e97cfffe66f2e671eb422078e" }, "friendly-snippets": { "branch": "main", "commit": "8d91ba2dc2421a54981115f61b914974f938fa77" }, @@ -23,9 +23,9 @@ "lsp-inlayhints.nvim": { "branch": "main", "commit": "84ca3abe8aaecbb5b30ad89e4701d4a9c821b72c" }, "lualine.nvim": { "branch": "master", "commit": "c28a7427c3fb29322db136f0564ec58807b26747" }, "markdown-preview.nvim": { "branch": "master", "commit": "02cc3874738bc0f86e4b91f09b8a0ac88aef8e96" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "d88d3564b2ae1d35163ccefda7184d7df104e198" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "a5ca8b03972b347b74b2ad2f7f23f120a514593b" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "aa7f489903460f2c2e15a6a874c8b933722fe109" }, - "mason.nvim": { "branch": "main", "commit": "f778db1840248b3850613702f036f01d8846c696" }, + "mason.nvim": { "branch": "main", "commit": "84af7a1fa1dbdb0f201849be7993d999a05d973b" }, "mini.ai": { "branch": "main", "commit": "fdb8dd34c326040f99b178536eeaee41d1efe643" }, "mini.bufremove": { "branch": "main", "commit": "93c7230e83f5acb8890cdb2abaf3557f09305b01" }, "mini.comment": { "branch": "main", "commit": "9ead47cef4266efa5145808b838762c658b74f74" }, @@ -34,21 +34,21 @@ "mini.surround": { "branch": "main", "commit": "cc962bae0890217f8473390abc8cef988519d370" }, "neoconf.nvim": { "branch": "main", "commit": "6aaeb48336b369d7ed8ef243bfd0d76ec79362cd" }, "neodev.nvim": { "branch": "main", "commit": "864b35006d3de24c60e44b566de8018f919b13e6" }, + "neoscroll.nvim": { "branch": "master", "commit": "d7601c26c8a183fa8994ed339e70c2d841253e93" }, "noice.nvim": { "branch": "main", "commit": "1da4edfba3e9278e98fc9723d7235d9ab3889744" }, "nui.nvim": { "branch": "main", "commit": "1f43b13d133eb4b4f53a4485379d9afa58808389" }, "null-ls.nvim": { "branch": "main", "commit": "5855128178fa78293acdfb5b4e41ef046779240b" }, "nvim-cmp": { "branch": "main", "commit": "777450fd0ae289463a14481673e26246b5e38bf2" }, - "nvim-dap": { "branch": "master", "commit": "1dd02e82c77d558e30ba831db4c2e7ed534e874f" }, + "nvim-dap": { "branch": "master", "commit": "debd7c2f80eaf20c5f5df25db8d8c1b9b18f4421" }, "nvim-dap-ui": { "branch": "master", "commit": "56a2df0e96bfa64ebd6967e7cad877a1530633d5" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "9dc45a6eb33871f4c5cb2ba08fa307467657471e" }, "nvim-highlight-colors": { "branch": "main", "commit": "14670d94c7813bfe929ed2ca2d3875f4f468173e" }, "nvim-jdtls": { "branch": "master", "commit": "ffb8f63689197b845c2388f0df5f0d1bd21c968f" }, - "nvim-lspconfig": { "branch": "master", "commit": "7d5af779acbc8a6ff9dfd7f2d39ae898fb67480f" }, + "nvim-lspconfig": { "branch": "master", "commit": "1ec6f5cbf6ffc44c84783d70039df5295ca22b4e" }, "nvim-navic": { "branch": "master", "commit": "27124a773d362628b114cd12016e743dab4ccf3e" }, - "nvim-notify": { "branch": "master", "commit": "50d037041ada0895aeba4c0215cde6d11b7729c4" }, "nvim-spectre": { "branch": "master", "commit": "6e5ce371f93625c7dc43f5e2647d3647f2ea15e2" }, "nvim-tree.lua": { "branch": "master", "commit": "d1410cb0896a3aad5d84ddc54284774a627c6d63" }, - "nvim-treesitter": { "branch": "master", "commit": "c85d059c462ae7de0aa2a6ed0589f0b223e0e6a9" }, + "nvim-treesitter": { "branch": "master", "commit": "584ccea56e2d37b31ba292da2b539e1a4bb411ca" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "b55fe6175f0001347a433c9df358c8cbf8a4e90f" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "729d83ecb990dc2b30272833c213cc6d49ed5214" }, "nvim-web-devicons": { "branch": "master", "commit": "0568104bf8d0c3ab16395433fcc5c1638efc25d4" }, diff --git a/nvim/lua/config/autocmds.lua b/nvim/lua/config/autocmds.lua index b8e9cc3..98562fe 100644 --- a/nvim/lua/config/autocmds.lua +++ b/nvim/lua/config/autocmds.lua @@ -10,7 +10,6 @@ -- vim.cmd("set norelativenumber") -- end, -- }) - -- nvim-tree is also there in modified buffers so this function filter it out local modifiedBufs = function(bufs) local t = 0 @@ -25,16 +24,17 @@ end vim.api.nvim_create_autocmd("BufEnter", { nested = true, callback = function() - if #vim.api.nvim_list_wins() == 1 and - vim.api.nvim_buf_get_name(0):match("NvimTree_") ~= nil and - modifiedBufs(vim.fn.getbufinfo({ bufmodified = 1 })) == 0 then - vim.cmd "quit" + if + #vim.api.nvim_list_wins() == 1 + and vim.api.nvim_buf_get_name(0):match("NvimTree_") ~= nil + and modifiedBufs(vim.fn.getbufinfo({ bufmodified = 1 })) == 0 + then + vim.cmd("quit") end - end + end, }) local function open_nvim_tree(data) - -- buffer is a directory local directory = vim.fn.isdirectory(data.file) == 1 diff --git a/nvim/lua/config/keymaps.lua b/nvim/lua/config/keymaps.lua index e529ed0..01f7c00 100644 --- a/nvim/lua/config/keymaps.lua +++ b/nvim/lua/config/keymaps.lua @@ -23,8 +23,8 @@ local term_opts = { silent = true } -- crimes against humanity, but I don't care map("n", "j", 'h', opts) -map("n", "k", 'j', opts) map("n", "l", 'k', opts) +map("n", "k", 'j', opts) map("n", ";", 'l', opts) map("v", "j", 'h', opts) map("v", "k", 'j', opts) @@ -72,8 +72,8 @@ function _G.set_terminal_maps() vim.keymap.set("t", "jk", [[]], opts) vim.keymap.set("t", "", [[wincmd h]], opts) vim.keymap.set("t", "", [[wincmd j]], opts) - vim.keymap.set("t", "", [[wincmd k]], opts) - vim.keymap.set("t", "", [[wincmd l]], opts) + -- vim.keymap.set("t", "", [[wincmd k]], opts) + -- vim.keymap.set("t", "", [[wincmd l]], opts) end -- if you only want these mappings for toggle term use term://*toggleterm#* instead diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 3416a6b..9f14d86 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -46,3 +46,4 @@ require("lazy").setup({ }, }, }) + diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 38a6170..f70e8f3 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -2,7 +2,7 @@ -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Add any additional options here local options = { - clipboard = "unnamedplus", + clipboard = "", mouse = "n", fileencoding = "utf-8", number = true, @@ -12,8 +12,13 @@ local options = { shell = "/usr/bin/zsh", autochdir = true, relativenumber = true, + scrolloff = 5, + scrolljump = 5, } - +vim.o.guifont = "JetBrainsMono Nerd Font:h14" +vim.g.neovide_refresh_rate_idle = 180 +vim.g.neovide_refresh_rate_idle = 5 +vim.g.neovide_hide_mouse_when_typing = true vim.g.mkdp_browser = "/usr/bin/firefox" vim.g.mkdp_auto_start = 1 for k, v in pairs(options) do diff --git a/nvim/lua/plugins/disabled.lua b/nvim/lua/plugins/disabled.lua index 06ce54b..02f0903 100644 --- a/nvim/lua/plugins/disabled.lua +++ b/nvim/lua/plugins/disabled.lua @@ -2,4 +2,8 @@ return { { { "nvim-neo-tree/neo-tree.nvim", enabled = false }, }, + { + { "rcarriga/nvim-notify", enabled = false }, + }, + { { "folke/noice.nvim", enabled = false } }, } diff --git a/nvim/lua/plugins/plugins.lua b/nvim/lua/plugins/plugins.lua index 09c190b..b97d5ef 100644 --- a/nvim/lua/plugins/plugins.lua +++ b/nvim/lua/plugins/plugins.lua @@ -140,4 +140,22 @@ return { }, }, }, + { + "karb94/neoscroll.nvim", + config = function() + require("neoscroll").setup() + local t = {} + t[""] = { "scroll", { "-vim.wo.scroll", "true", "250" } } + t[""] = { "scroll", { "vim.wo.scroll", "true", "250" } } + t[""] = { "scroll", { "-vim.api.nvim_win_get_height(0)", "true", "450" } } + t[""] = { "scroll", { "vim.api.nvim_win_get_height(0)", "true", "450" } } + t[""] = { "scroll", { "-0.10", "false", "100" } } + t[""] = { "scroll", { "0.10", "false", "100" } } + t["zt"] = { "zt", { "250" } } + t["zz"] = { "zz", { "250" } } + t["zb"] = { "zb", { "250" } } + + require("neoscroll.config").set_mappings(t) + end, + }, }